@media screen and (min-width: 768px){
    /* SERVICES*/ /* SERVICES*/ /* SERVICES*/ /* SERVICES*/ /* SERVICES*/ 
    .a-s-infos{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .a-s-title{
        position: relative;
        color: #ebf0f2;
        font-size: calc(25px + 2vw);
        line-height: calc(25px + 2vw);
        text-align: center;
        margin-top: 30px;
    }
    .a-s-texte{
        color: #ebf0f2;
        font-size: 20px;
        line-height: 28px;
        max-width: 100%;
        width: 50%;
        text-align: center;
        margin: 30px 0 0px;
    }
    .a-s-texte span{
        color: #befc03;
    }




    /*GENERAL*//*GENERAL*//*GENERAL*//*GENERAL*//*GENERAL*//*GENERAL*/
    .a-s-container{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        margin: 100px 0;
    }
    .a-s-bloc{
        width: calc(25% - 15px);
        max-width: 450px;
        position: relative;
        overflow: hidden;
        border-radius: 28px;
        transition: all 0.4s cubic-bezier(.37,0,.06,1);
        box-shadow: 0 0 25px -5px #00000080;
        -webkit-backdrop-filter: blur(5x);
        backdrop-filter: blur(5px);

        display: flex;
        flex-direction: column;
        align-items: start;
        
        gap: 20px;
        padding: 30px 0;
    }
    .a-s-bloc > *{
        margin: 0 30px;
    }
    @media screen and (max-width: 1200px){
        .a-s-bloc{
            width: calc(50% - 10px);
        }
    }





    /*ANIMATION*//*ANIMATION*//*ANIMATION*//*ANIMATION*//*ANIMATION*/
    @media screen and (min-width: 1201px){
        #asbloc1{
            animation: asbloc1 linear both;
            animation-timeline: view();
            animation-range: 0px 300px;
        }
        #asbloc2{
            animation: asbloc2 linear both;
            animation-timeline: view();
            animation-range: 0px 400px;
        }
        #asbloc3{
            animation: asbloc3 linear both;
            animation-timeline: view();
            animation-range: 0px 500px;
        }
        #asbloc4{
            animation: asbloc4 linear both;
            animation-timeline: view();
            animation-range: 0px 600px;
        }
        @keyframes asbloc1{from{top: 50px;}to{top: 0;}}
        @keyframes asbloc2{from{top: 100px;}to{top: 0;}}
        @keyframes asbloc3{from{top: 150px;}to{top: 0;}}
        @keyframes asbloc4{from{top: 200px;}to{top: 0;}}
    }
    .a-s-bloc:hover{
        transform: scale(1.03);
    }



    /*FOND*//*FOND*//*FOND*//*FOND*//*FOND*//*FOND*/
    .a-s-gradient{
        position: absolute;
        height: 250%;
        width: 250%;
        background: radial-gradient(#ebf0f2 -500%, #121212 50%);
        top: -150%;
        z-index: -1;
        opacity: 0.8;
        transition: all 0.4s cubic-bezier(.37,0,.06,1);
    }
    /*TEXTE*//*TEXTE*//*TEXTE*//*TEXTE*//*TEXTE*//*TEXTE*/
    .a-s-number{
        position: relative;
        font-size: 50px;
        color: #befc03;
        line-height: 40px;
        white-space: nowrap;
    }
    .a-s-name{
        position: relative;
        font-size: 1.5vw;
        color: #ebf0f2;
    }
    @media screen and (max-width: 1200px){
        .a-s-name{
            font-size: 3vw;
        }
    }
    .a-s-description{
        position: relative;
        font-size: 16px;
        color: #ebf0f2;
        line-height: 24px;
        opacity: 0.6;
        margin-bottom: 10px;
        flex-grow: 1;
    }
    /*TICK*//*TICK*//*TICK*//*TICK*//*TICK*//*TICK*//*TICK*/
    .a-s-tick{
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }
    .a-s-skill{
        position: relative;
        color: #ebf0f2;
        display: flex;
        align-items: center;
    }
    .a-s-skill div{
        position: relative;
        width: 10px;
        height: 5px;
        border-bottom: 2px solid #befc03;
        border-left: 2px solid #befc03;
        transform: rotate(-45deg) translateY(-2px);
        margin-right: 10px;
    }
    /*BOUTON SERVICES*//*BOUTON SERVICES*//*BOUTON SERVICES*/
    .a-s-bouton{
        position: relative;
        color: #befc03;
        padding: 10px 0;
        transform: translateY(10px);
    }
    .a-s-bloc:hover .a-s-bouton::after{
        width: 100%;
        transition: all 0.6s cubic-bezier(.17, 0, .03, 1);
    }
    .a-s-bouton::after{
        content: '';
        position: absolute;
        width: 0;
        height: 1px;
        background: #befc03;
        bottom: 10px;
        left: 0;
        transition: all 0.4s cubic-bezier(.31, .01, .18, .99);
    }
    .a-s-bouton span{
        position: absolute;
        font-family: 'fontfleche-reg', sans-serif;
        transform: translateY(-2px);
    }    
}














/*MOBILE*//*MOBILE*//*MOBILE*//*MOBILE*//*MOBILE*//*MOBILE*/














@media screen and (max-width: 768px){
  
    /* SERVICES*/ /* SERVICES*/ /* SERVICES*/ /* SERVICES*/ /* SERVICES*/ 
    .a-s-title{
        position: relative;
        color: #ebf0f2;
        font-size: 8vw;
        line-height: 8vw;
        margin: 30px 10px 10px;
    }
    .a-s-texte{
        color: #ebf0f2;
        font-size: 16px;
        line-height: 24px;
        margin: 0 10px 30px;
    }


    /*BLOCS*//*BLOCS*//*BLOCS*//*BLOCS*//*BLOCS*//*BLOCS*//*BLOCS*//*BLOCS*/
    .a-s-container{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
    }
    .a-s-bloc{
        position: relative;
        width: 100%;
        border-radius: 28px;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(.37,0,.06,1);
        box-shadow: 0 0 25px -5px #00000080;
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 20px;
        padding: 30px 0;
    }
    .a-s-bloc > *{
        margin: 0 30px;
    }

    /*FOND*//*FOND*//*FOND*//*FOND*//*FOND*//*FOND*/
    .a-s-gradient{
        position: absolute;
        height: 250%;
        width: 250%;
        background: radial-gradient(#ebf0f2 -500%, #121212 50%);
        top: -150%;
        z-index: -1;
        opacity: 0.8;
        transition: all 0.4s cubic-bezier(.37,0,.06,1);
    }
    /*TEXTE*//*TEXTE*//*TEXTE*//*TEXTE*//*TEXTE*//*TEXTE*/
    .a-s-texte span{
        color: #befc03;
    }
    .a-s-number{
        position: relative;
        font-size: 50px;
        color: #befc03;
        line-height: 40px;
    }
    .a-s-name{
        position: relative;
        color: #ebf0f2;
        font-size: calc(10px + 4vw);
    }
    .a-s-description{
        position: relative;
        font-size: 16px;
        color: #ebf0f2;
        line-height: 24px;
        opacity: 0.6;
        margin-bottom: 10px;
    }
    /*TICK*//*TICK*//*TICK*//*TICK*//*TICK*//*TICK*/
    .a-s-tick{
        display: flex;
        flex-direction: column;
        row-gap: 3px;
        flex-grow: 1;
    }
    .a-s-skill{
        color: #ebf0f2;
        margin: 6px 0;
        display: flex;
        align-items: center;
    }
    .a-s-skill div{
        position: relative;
        width: 10px;
        height: 5px;
        margin-right: 15px;
        border-bottom: 2px solid #befc03;
        border-left: 2px solid #befc03;
        transform: rotate(-45deg) translateY(-2px);
    }
    /*BOUTON SERVICES*//*BOUTON SERVICES*//*BOUTON SERVICES*/
    .a-s-bouton{
        position: relative;
        color: #befc03;
        padding: 12px 18px;
        background: #ebf0f208;
        border-radius: 18px;
        margin: 0 -10px -10px;
    }
    .a-s-bouton span{
        font-family: 'fontfleche-reg', sans-serif;
        transform: translateY(-2px);
    }
}